View Port Attributes
The view port attributes are a set of flags that modify the behavior of the view port object. Constants for all recognized view port attributes are defined in thegxPortAttributes
enumeration:
enum gxPortAttributes { gxGrayPort = 0x0001, /* convert to gray space */ gxAlwaysGridPort = 0x0002, /* use gxDeviceGridStyle */ gxEnableMatchPort = 0x0004 /* perform color matching */ }; typedef long gxPortAttribute;The individual view port attributes are described in Table 7-2 on page 7-20.